home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / picFXb.readme < prev    next >
Text File  |  1999-11-05  |  3KB  |  94 lines

  1. Short:    Great CARDWARE image deformer (MUI) 1.00
  2. Author:   Maxime Gamboni (gamboni@fastnet.ch)
  3. Uploader: Maxime Gamboni (gamboni@fastnet.ch)
  4. Version:  1.00 Beta
  5. Type:     gfx/edit
  6. Requires: guigfx.library, render.library; look in dev/misc
  7. Requires: Lamp.mcc and SettingsWindow.mcc; look in dev/mui
  8. Replaces: gfx/edit/picfx.lha, gfx/edit/picFX.lha
  9.  
  10. Have a look at http://intelcom.ch/maxime/
  11.  
  12. After one year of alpha state, picFX has now switched to beta. You can
  13. finally save your pictures from the program.
  14.  
  15. This is a beta software. Please read guide.
  16.  
  17. [New since 0.9 alpha:
  18. * Save Picture works now
  19. * Pressing space switches between 1:1 and match_window scaling in projects windows
  20. * Bug fixes
  21. ]
  22.  
  23. -*-*-*-*-*-*-
  24.  
  25. This program lets you mix, deform or create picutes using functions.
  26. You can open as many windows as you want, each one can be either an
  27. image or a function.
  28.  
  29. The program calculates your r(x,y) g(x,y) and b(x,y) functions and
  30. writes a pixel of these red/green/blue components. You can refer to
  31. other projects in a formula:
  32. r(2,x,y) = 255-r(1,x,y)
  33. g(2,x,y) = 255-g(1,x,y)
  34. b(2,x,y) = 255-b(1,x,y)
  35. would output a negative version of project number one.
  36.  
  37. r(3,x,y) = (r(1,x,y)+r(2,x,y))/2
  38. g(3,x,y) = (g(1,x,y)+g(2,x,y))/2
  39. b(3,x,y) = (b(1,x,y)+b(2,x,y))/2
  40. would mix projects one and two into project three.
  41.  
  42. r(1,x,y) = x
  43. g(1,x,y) = y
  44. b(1,x,y) = 255-(x+y)/2
  45. would produce a nice spread..
  46.  
  47. This program is completely multi-tasking! Every time a rendering is
  48. started, a new task is created and its priority is a little lower
  49. than the main task, so the main program isn't slowed down when
  50. projects are rendering!
  51.  
  52. Amazingly fast rendering :-))
  53.  
  54. There is a friendly and intuitive user interface using MUI.
  55.  
  56. You have wide control over running projects: you can pause or change
  57. the sub-task priority while it is running directely from the
  58. user-interface. You can also hide windows to avoid cluttering the
  59. screen. Then you won't even remark that the computer is hard working
  60. on those projects :-)
  61.  
  62. Locale support; available languages (the guide is English-only):
  63. - English
  64. - French
  65. [Any translator is welcome! Please send me your translations!]
  66.  
  67. Although this program is postcardware, it has no restriction. You can
  68. unpack and use it without limitation now!
  69.  
  70. Written in AmigaE, full source-code is included (MUI custom classes
  71. with custom methods and attributes, Exec lists, tasks and ports,
  72. dynamic assembly code generation, ... are used).
  73.  
  74.  
  75. ============================= Archive contents =============================
  76.  
  77. Original  Packed Ratio    Date     Time    Name
  78. -------- ------- ----- --------- --------  -------------
  79.     2266    1409 37.8% 13-Apr-99 18:51:18  Catalogs.info
  80.     2802    1372 51.0% 24-Sep-99 10:10:44 +picFX.catalog
  81.     1963    1268 35.4% 13-Apr-99 18:51:18  E-Source.info
  82.    30502    8548 71.9% 14-Sep-99 15:30:10 +parser.e
  83.   115193   26055 77.3% 24-Sep-99 09:26:14 +picFX.e
  84.   116168   34766 70.0% 24-Sep-99 09:26:22  picfx
  85.    35361   14523 58.9% 24-Sep-99 10:05:44  picFX.guide
  86.     1676    1063 36.5% 13-Apr-99 18:51:18  picFX.guide.info
  87.     1674     898 46.3% 13-Apr-99 18:51:18  picFX.info
  88.     2424    1261 47.9% 24-Sep-99 10:09:40  picFX.readme
  89.     1904    1216 36.1% 13-Apr-99 18:51:18  Translation.info
  90.     3756    1809 51.8% 23-Sep-99 08:43:10 +français.ct
  91.     3858    1568 59.3% 23-Sep-99 08:42:50 +picFX.cd
  92. -------- ------- ----- --------- --------
  93.   319547   95756 70.0% 24-Sep-99 18:21:04   13 files
  94.